projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9c58d0
)
utils/gpsd: (cosmetic) update config
author
p-wassi
<
[email protected]
>
Wed, 7 Dec 2016 20:58:05 +0000
(21:58 +0100)
committer
Jo-Philipp Wich
<
[email protected]
>
Sun, 5 Feb 2017 18:42:53 +0000
(19:42 +0100)
Make the default config look like usual,
i.e.: indentation using tabs, single quotes, booleans 0/1
Signed-off-by: Paul Wassi <
[email protected]
>
utils/gpsd/files/gpsd.config
patch
|
blob
|
history
diff --git
a/utils/gpsd/files/gpsd.config
b/utils/gpsd/files/gpsd.config
index 1a5ddaa300144f509d647fb48e6bcf7964d23104..c0c88e0c46faf39b6012121a64f47e37e44ecefa 100644
(file)
--- a/
utils/gpsd/files/gpsd.config
+++ b/
utils/gpsd/files/gpsd.config
@@
-1,5
+1,5
@@
-config gpsd
core
- option device "/dev/ttyUSB0"
- option port "2947"
- option listen_globally "false"
- option enabled "false"
+config gpsd
'core'
+ option enabled '0'
+ option device '/dev/ttyUSB0'
+ option port '2947'
+ option listen_globally '0'